File size: 202 Bytes
bc5030f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | """
ACRE (Autonomous Code Refactoring Environment).
Package skeleton for an RL-based code refactoring system.
"""
__all__ = [
"env",
"actions",
"datasets",
"training",
"utils",
]
|