mirror of
https://github.com/facebookresearch/ReAgent.git
synced 2026-05-17 12:40:39 +00:00
cdd8040720
Summary: Apply black formatter Reviewed By: kaiwenw Differential Revision: D24163592 fbshipit-source-id: 4de5c52dd0ec2c5b72a7b4b5362d19005458643c
9 lines
152 B
Python
9 lines
152 B
Python
#!/usr/bin/env python3
|
|
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
|
|
|
|
from setuptools import setup
|
|
|
|
|
|
# see config.cfg
|
|
setup()
|