mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-13 07:10:49 +00:00
6 lines
116 B
Python
6 lines
116 B
Python
from .artcode import *
|
|
try:
|
|
from .tab_completer import *
|
|
except ModuleNotFoundError:
|
|
pass
|
|
from .cli import * |