11 lines
232 B
Python
11 lines
232 B
Python
|
|
"""
|
||
|
|
lib_afc_mosiac
|
||
|
|
---------------------------------------
|
||
|
|
|
||
|
|
A Python library for working with AFC Mosiac files
|
||
|
|
|
||
|
|
"""
|
||
|
|
|
||
|
|
from lib_afc_mosiac.universe_map_file import AFCM_UniverseMapFile
|
||
|
|
#from lib_afc_api.afccampaign import AFCCampaign
|