10 lines
182 B
Python
10 lines
182 B
Python
|
|
"""
|
||
|
|
lib_afc_mosaic
|
||
|
|
---------------------------------------
|
||
|
|
|
||
|
|
A Python library for working with AFC Mosaic files
|
||
|
|
|
||
|
|
"""
|
||
|
|
|
||
|
|
from lib_afc_mosaic.universe_map_file import AFCMUniverseMapFile
|