2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-13 07:10:49 +00:00
Comrad/comrad/cli/__init__.py
marxzuckerburg dae1323a81 winfix?
2020-10-04 09:38:37 +01:00

6 lines
116 B
Python

from .artcode import *
try:
from .tab_completer import *
except ModuleNotFoundError:
pass
from .cli import *