Christian Damken
daa40d6367
- class file folder is include/ - moved content handler to an individual class file (include/content.py) - added argument parser (include/argparser.py) -- doesn't work yet like expected
2 lines
62 B
Python
2 lines
62 B
Python
from .argparser import argparser
|
|
from .content import content
|