mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
8 lines
126 B
Python
8 lines
126 B
Python
|
|
from .base import *
|
|
from .asm import *
|
|
from .ret import *
|
|
from .sinit import *
|
|
from .store import *
|
|
from .small_asm import *
|