cineclub-script/ccInterface.py

11 lines
160 B
Python
Raw Normal View History

2018-03-25 19:17:48 +02:00
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Sun Mar 25 18:20:49 2018
@author: alice
"""
from cineclubBlogSQ import filmSQ as f
f.printAll()