mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-04-21 18:23:35 +00:00
10 lines
203 B
Python
10 lines
203 B
Python
# flake8: noqa
|
|
# import all modules in order, fix the names they require
|
|
from .symbolic import *
|
|
from .reference import *
|
|
from .head import *
|
|
from .tag import *
|
|
from .remote import *
|
|
|
|
from .log import *
|