PRANAV05092003's picture
Fixed structure (moved files to root)
bc5030f
raw
history blame contribute delete
202 Bytes
"""
ACRE (Autonomous Code Refactoring Environment).
Package skeleton for an RL-based code refactoring system.
"""
__all__ = [
"env",
"actions",
"datasets",
"training",
"utils",
]